home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00147.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  270 b   |  13 lines

  1. on mouseUp
  2.   silence()
  3.   set the movieTime of sprite 31 to 0
  4.   set the movieRate of sprite 31 to 1
  5.   set the movieTime of sprite 5 to 0
  6.   set the movieRate of sprite 5 to 1
  7.   if the frame < 1900 then
  8.     go("vid wall 3")
  9.   else
  10.     play frame "vid wall 3a"
  11.   end if
  12. end
  13.